Перевод: с английского на арабский

с арабского на английский

test set-up

  • 1 ALIGNMENT TEST SET

    English-Arabic military dictionary > ALIGNMENT TEST SET

  • 2 ELECTRONIC-SYSTEM TEST SET

    English-Arabic military dictionary > ELECTRONIC-SYSTEM TEST SET

  • 3 test

    I
    [test] n ստուգում, փորձարկում. փորձ, չափորոշիչ. բժշկ. քննում, զննում. անալիզ. քիմ. անալիզ, ռեակտիվ. severe/serious/nuterm 832 test clear test խիստ/լուրջ/միջուկային փորձարկում/տեստ. achievement test ձեռքբերումների չափորոշիչ. a test of character բնավորության փոր ձարկում/փորձում. put to the test փորձարկ ման/ստուգման ենթարկել. stand the test քննությունը բռնել, փորձարկմանը դիմանալ. conduct tests փորձեր կատարել. a voice test ձայնը փորձել. a test of strength ուժի ստուգում. an eye/intelligence test տեսողու թյան/ մտավոր կարողությունների ստու գում. proficiency test որակավորման ստու գում. a driving test վարորդական իրավունքի քննություն. test tube փորձանոթ. test tube baby փորձա նոթային երեխա. test paper լակմուսի թուղթ. test flight փորձնական թռիչք. test pilot փորձարկիչ օդաչու. test case ցուցադրական դեպք/գործ. stand the test of time ժամանակի քննությունը բռնել. qualify in/on the test քննությունը բռնել. fail/pass the test քննությունը ձախողել/հանձնել. blood test արյան անալիզ. eye test տե սողության ստուգում. հմկրգ. test and set instruction սեմաֆորին արժեք վերագրելու հրահանգ. test program փորձարկման ծրագիր. test routine տեստային ծրագիր. test run ծրա գրի ակտի վացում փորձարկ ման նպատա կով
    II
    [test] v փորձարկել, ստուգման ենթարկել, փորձել կատարել. test a new drug նոր դեղամիջոց փորձարկել. test smb’s knowledge/ eye sight ստուգել գիտելիքները/տեսողությունը

    English-Armenian dictionary > test

  • 4 test run

    A set of pairings of test cases and test configurations to be run. The results of this set of pairings can be viewed together. Test runs are either automated or manual.

    English-Arabic terms dictionary > test run

  • 5 test condition

    "In a database unit test, a set of frequently used validation functions that test whether a unit test returns the expected results."

    English-Arabic terms dictionary > test condition

  • 6 test type

    A set of functionality and/or a template to help expose parts of the underlying test framework.

    English-Arabic terms dictionary > test type

  • 7 test

    "A program, a script (manual or automated), a specific set of steps, or general instructions that can be run repeatedly against software, and that will yield a result such as pass, fail, or other results that resolve to pass or fail, such as inconclusive."

    English-Arabic terms dictionary > test

  • 8 counter set map

    "An association between a counter set and a computer used during a load test. For example, a Web server might have ASP.NET, IIS, and.NET application counter set mappings."
    خريطة مجموعة العدّادات

    English-Arabic terms dictionary > counter set map

  • 9 automated test

    A set of steps that a computer may run programmatically to test the functionality of the system.

    English-Arabic terms dictionary > automated test

  • 10 counter set

    "A set of system performance counters that are useful to monitor during a load test. Counter sets are organized by technology, for example, ASP.NET or SQL counter sets."
    مجموعة عدّادات

    English-Arabic terms dictionary > counter set

  • 11 power-on self test

    "A set of routines stored in read-only memory (ROM) that tests various system components such as RAM, the disk drives, and the keyboard, to see if they are properly connected and operating. If problems are found, these routines alert the user with a series of beeps or a message, often accompanied by a diagnostic numeric value. If the POST is successful, it passes control to the bootstrap loader."

    English-Arabic terms dictionary > power-on self test

  • 12 run settings

    "A set of properties that influence the way a load test runs. For example, test duration and description could be specified in the run settings."

    English-Arabic terms dictionary > run settings

  • 13 basic input/output system

    "The set of essential software routines that test computer hardware at startup, start the operating system, and support the transfer of information between hardware devices. The BIOS is stored in read-only memory (ROM) so that it can be run when the computer is turned on. Although critical to performance, the BIOS is usually invisible to computer users."
    نظام الإدخال/الإخراج الأساسي

    English-Arabic terms dictionary > basic input/output system

  • 14 BIOS

    "The set of essential software routines that test computer hardware at startup, start the operating system, and support the transfer of information between hardware devices. The BIOS is stored in read-only memory (ROM) so that it can be run when the computer is turned on. Although critical to performance, the BIOS is usually invisible to computer users."

    English-Arabic terms dictionary > BIOS

  • 15 software factory asset

    "A resource or set of resources provided by a software factory and used in a development environment to build a software application. Assets can include documents, models, configuration files, build scripts, source code files, prescriptive guidance, localization files, deployment manifests, test case definitions, and so forth."

    English-Arabic terms dictionary > software factory asset

  • 16 multiple choice question

    "A type of question (for example, in a poll, survey or test) where the user must select a response from a set of pre-defined options."

    English-Arabic terms dictionary > multiple choice question

  • 17 threshold rule

    A rule that is set on an individual performance counter to monitor system resource usage during a load test.

    English-Arabic terms dictionary > threshold rule

См. также в других словарях:

  • Test set — In machine learning and genetic programming it is common to train the system using known examples (the training set). In GP the set of examples used to determine performance is commonly called the test set. A program s fitness is often based… …   Wikipedia

  • CDMA mobile test set — A CDMA Mobile Test Set is a call simulating device that is used to test CDMA cell phones. It provides a network like environment forming a platform to test the cell phone. This reduces cost of manufacturing and testing the cell phone in a real… …   Wikipedia

  • portable test set — nešiojamasis bandytuvas statusas T sritis radioelektronika atitikmenys: angl. portable test set; portable tester vok. tragbares Prüfgerät, n rus. переносный испытательный прибор, m pranc. appareil d essai portatif, m …   Radioelektronikos terminų žodynas

  • Test fixture — refers to the fixed state used as a baseline for running tests in software testing. The purpose of a test fixture is to ensure that there is a well known and fixed environment in which tests are run so that results are repeatable. Some people… …   Wikipedia

  • Test (Unix) — test is a Unix command that evaluates conditional expressions.yntax test expression or [ expression ] DescriptionThe test command evaluates the expression parameter. In the second form of the command, the [ ] (brackets) must be surrounded by… …   Wikipedia

  • Test-driven development — (TDD ) is a software development technique consisting of short iterations where new test cases covering the desired improvement or new functionality are written first, then the production code necessary to pass the tests is implemented, and… …   Wikipedia

  • Test (unix) — test est une commande Unix qui permet de créer des expressions conditionnelles. Sommaire 1 Syntaxe 2 Description 3 Fonctions 3.1 Fonctions de chaînes de caractères …   Wikipédia en Français

  • Test (UNIX) — test  файла и сравнения значений. Возвращает код возврата 0 (истина) или 1 (ложь) в зависимости вычисления выражения expr. Выражения могут быть как унарными, так и бинарными. Унарные выражения часто используются для проверки статуса файла. Также… …   Википедия

  • Test — test  UNIX утилита для проверки типа файла и сравнения значений. Возвращает код возврата 0 (истина) или 1 (ложь) в зависимости вычисления выражения expr. Выражения могут быть как унарными, так и бинарными. Унарные выражения часто… …   Википедия

  • test — test  UNIX утилита для проверки типа файла и сравнения значений. Возвращает код возврата 0 (истина) или 1 (ложь) в зависимости вычисления выражения expr. Выражения могут быть как унарными, так и бинарными. Унарные выражения часто… …   Википедия

  • test*/*/*/ — [test] noun [C] I 1) a set of written or spoken questions that is used for finding out how much someone knows about a subject Did you get a good mark in your physics test?[/ex] You re going to have to take the test again.[/ex] I passed my English …   Dictionary for writing and speaking English

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»